home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Tutorial / Cookbook / 28.Motion / drawObjects.h < prev    next >
C/C++ Source or Header  |  1995-06-12  |  277b  |  13 lines

  1. /* drawObjects.h generated from drawObjects.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef DRAWOBJECTS_H
  6. #define DRAWOBJECTS_H
  7.  
  8. extern void doBall(float x, float y, float width);
  9.  
  10. extern void drawPaddle(float angle, float width);
  11.  
  12. #endif DRAWOBJECTS_H
  13.